home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / Makefile < prev    next >
Makefile  |  1994-04-30  |  2KB  |  68 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NeXTmille
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = mille.tiff
  16. GLOBAL_RESOURCES = NeXTmille.nib
  17.  
  18. CLASSES = AccidentView.m CardHolder.m CardImage.m CardsTracker.m\
  19.           CardView.m DistanceCardStackView.m DragCoordinator.m\
  20.           DrawPileStackView.m DrivingAceView.m EndOfLimitView.m\
  21.           ExtraTankView.m FlatTireView.m GameCoordinator.m\
  22.           GasolineView.m HandTileView.m MilesView.m Mile_100_View.m\
  23.           Mile_200_View.m Mile_25_View.m Mile_50_View.m Mile_75_View.m\
  24.           OutOfGasView.m Player.m PunctureProofView.m RepairsView.m\
  25.           RightOfWayView.m RollView.m SafetyStacksView.m SafetyView.m\
  26.           SpareTireView.m SpeedLimitView.m StackView.m StopView.m\
  27.           TagView.m TrafficLightView.m
  28.  
  29. HFILES = mille.h prototypes.h AccidentView.h CardHolder.h CardImage.h\
  30.          CardsTracker.h CardView.h DistanceCardStackView.h\
  31.          DragCoordinator.h DrawPileStackView.h DrivingAceView.h\
  32.          EndOfLimitView.h ExtraTankView.h FlatTireView.h\
  33.          GameCoordinator.h GasolineView.h HandTileView.h MilesView.h\
  34.          Mile_100_View.h Mile_200_View.h Mile_25_View.h Mile_50_View.h\
  35.          Mile_75_View.h OutOfGasView.h Player.h PunctureProofView.h\
  36.          RepairsView.h RightOfWayView.h RollView.h SafetyStacksView.h\
  37.          SafetyView.h SpareTireView.h SpeedLimitView.h StackView.h\
  38.          StopView.h TagView.h TrafficLightView.h
  39.  
  40. MFILES = NeXTmille_main.m
  41.  
  42. CFILES = roll.c types.c
  43.  
  44. PSWFILES = angled_title.psw cheap_strings.psw draw_ball.psw
  45.  
  46.  
  47.  
  48. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  49. MAKEFILE = app.make
  50. INSTALLDIR = $(HOME)/Apps
  51. INSTALLFLAGS = -c -s -m 755
  52. SOURCEMODE = 444
  53.  
  54. ICONSECTIONS =    -sectcreate __ICON app mille.tiff
  55.  
  56. LIBS = -lMedia_s -lNeXT_s
  57. DEBUG_LIBS = $(LIBS)
  58. PROF_LIBS = $(LIBS)
  59.  
  60.  
  61. -include Makefile.preamble
  62.  
  63. include $(MAKEFILEDIR)/$(MAKEFILE)
  64.  
  65. -include Makefile.postamble
  66.  
  67. -include Makefile.dependencies
  68.